home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / games_a / tgmom01.zip / CLEANUP.BAT < prev    next >
DOS Batch File  |  1996-04-01  |  1KB  |  25 lines

  1. @echo off 
  2. echo ╔═══════════════════════════════════════════════════════════════════════╗ 
  3. echo ║ This batch file is provided to clean out the components used to add   ║ 
  4. echo ║ the Mission of the Month to your Top Gun: Fire At Will installation   ║ 
  5. echo ║ after a successful addition.                                          ║ 
  6. echo ║ Hit CTRL-BREAK if you don't want to continue.                         ║ 
  7. echo ╚═══════════════════════════════════════════════════════════════════════╝ 
  8. pause 
  9. if exist GO32.EXE del GO32.EXE
  10. if exist ZIP.EXE del ZIP.EXE
  11. if exist LICENSE del LICENSE
  12. if exist ADDMOM.EXE del ADDMOM.EXE
  13. if exist ACTN21.BIN del ACTN21.BIN
  14. if exist ACTN21.BM del ACTN21.BM
  15. if exist ACTN21.BRF del ACTN21.BRF
  16. if exist ACTN21.MBI del ACTN21.MBI
  17. if exist ACTN21.OJT del ACTN21.OJT
  18. if exist ACTN21.PAL del ACTN21.PAL
  19. if exist ACTN21.TIN del ACTN21.TIN
  20. if exist ACTN211.DBR del ACTN211.DBR
  21. if exist ACTN212.DBR del ACTN212.DBR
  22. if exist INSTANT.TXT del INSTANT.TXT
  23. if exist FILETOTL.CNT del FILETOTL.CNT
  24. if exist tgmom01.exe del tgmom01.exe 
  25.